(custom-save-faces): Fix typo.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Wed, 25 Dec 2002 21:11:18 +0000 (21:11 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Wed, 25 Dec 2002 21:11:18 +0000 (21:11 +0000)
lisp/cus-edit.el

index 6d0b4225bf9865df7a422130488691b2ca16878a..63901cc7a8c0bbf4115f26168298a691608e595f 100644 (file)
@@ -3839,13 +3839,13 @@ or (if there were none) at the end of the buffer."
                          (t
                           (princ ")"))))
                   (t
-                   (princ ")")))))))
+                   (princ ")"))))))
        saved-list)
       (if (bolp)
          (princ " "))
       (princ ")")
       (unless (looking-at "\n")
-       (princ "\n"))))
+       (princ "\n")))))
 
 (defun custom-save-resets (property setter special)
   (let (started-writing ignored-special)